- assembly language processor
- процессор языка ассемблера
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Assembly language — See the terminology section below for information regarding inconsistent use of the terms assembly and assembler. Motorola MC6800 Assembly Language An assembly language is a low level programming language for computers, microprocessors,… … Wikipedia
assembly language — A low level programming language in which each program statement must correspond to a single machine language instruction that the processor can execute. Assembly languages are specific to a given microprocessor and, as such, are not… … Dictionary of networking
assembly language — as sembly .language n [U and C] technical a computer language used in programs that are written to work with a specific kind of ↑processor … Dictionary of contemporary English
X86 assembly language — is the assembly language for the x86 class of processors, which includes Intel s Pentium series and AMD s Athlon series. Like all assembly languages, it uses short mnemonics to represent the fundamental operations that the CPU in a computer can… … Wikipedia
ARB (GPU assembly language) — ARB OpenGL Assembly Language is a low level shading language. It was created by the OpenGL ARB to standardize GPU instructions controlling the hardware graphics pipeline.HistoryTexas Instruments created the first programmable graphics processor… … Wikipedia
Parrot assembly language — The Parrot assembly language or PASM is the basic assembly language used by the Parrot virtual machine, a part of the Perl 6 project.PASM is the lowest level assembly language. The Parrot intermediate representation or PIR is PASM, extended to… … Wikipedia
IBM Basic assembly language — BAL (Basic Assembly Language) is a low level language used on IBM mainframes from the earliest 360 series, through systems 370, 390 and z/Series. The earliest version was provided with the System/360 in 1964; the latest version is known as the… … Wikipedia
Processor register — In computer architecture, a processor register is a small amount of storage available as part of a CPU or other digital processor. Such registers are (typically) addressed by mechanisms other than main memory and can be accessed more quickly.… … Wikipedia
Common Intermediate Language — For the counterpart to compiled assembly in the Microsoft .NET framework, see .NET assembly. Common Intermediate Language (CIL, pronounced either sil or kil ) (formerly called Microsoft Intermediate Language or MSIL) is the lowest level human… … Wikipedia
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Register transfer language — In computer science, register transfer language (RTL) is a term used to describe a kind of intermediate representation (IR) that is very close to assembly language, such as that which is used in a compiler. Academic papers and textbooks also… … Wikipedia